<string>Please select how to perform the backup:</string>
</property>
</widget>
<widget class="QRadioButton" row="2" column="0">
<property name="name">
<cstring>BackupNow_Radio</cstring>
</property>
<property name="focusPolicy">
<enum>TabFocus</enum>
</property>
<property name="text">
<string>Back &up now</string>
</property>
<property name="accel">
<string>Alt+U</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="buttonGroupId">
<number>0</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to launch the backup operation immediately after confirmation.</string>
</property>
</widget>
<widget class="QRadioButton" row="3" column="0">
<property name="name">
<cstring>EstimateBackup_Radio</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Estimate only</string>
</property>
<property name="accel">
<string>Alt+E</string>
</property>
<property name="buttonGroupId">
<number>1</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to estimate how long it will take to back up your data. No actual operation will be performed. As soon as the estimation has been completed, the wizard will automatically return to this page.</string>
</property>
</widget>
<widget class="QRadioButton" row="4" column="0">
<property name="name">
<cstring>ScheduleBackup_radio</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Schedule backup</string>
</property>
<property name="accel">
<string>Alt+S</string>
</property>
<property name="buttonGroupId">
<number>2</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to perform the backup operation later according to a schedule.</string>
</property>
</widget>
<spacer row="6" column="0">
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>10</height>
</size>
</property>
</spacer>
<widget class="CStaticTip" row="7" column="0">
<property name="name">
<cstring>BackupModeStaticTip</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="Alignment" stdset="0">
<set>WordBreak|AlignVCenter|AlignLeft</set>
</property>
<property name="Margin" stdset="0">
<number>10</number>
</property>
<property name="ShadowWidth" stdset="0">
<number>2</number>
</property>
<property name="HideOnKillFocus" stdset="0">
<bool>false</bool>
</property>
<vbox>
</vbox>
</widget>
<widget class="QRadioButton" row="5" column="0">
<property name="name">
<cstring>GenerateScript_radio</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Generate script</string>
</property>
<property name="accel">
<string>Alt+G</string>
</property>
<property name="buttonGroupId">
<number>3</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to save the backup commands in form of a script. The <VendorShortName> Script Language will be used to create that script. You will be able to manually edit the script and/or run it later using <VendorShortName> Script Interpreter.</string>